home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_23610.txt < prev    next >
Text File  |  1990-08-07  |  2KB  |  80 lines

  1. -- card: 23610 from stack: in.0-2
  2. -- bmap block id: 52614
  3. -- flags: 0000
  4. -- background id: 18737
  5. -- name: readymade Btns
  6. ----- HyperTalk script -----
  7. on goBack
  8.   go cd "Other tools" of stack "Intro to HyperCard 2.0"
  9. end goBack
  10.  
  11.  
  12.  
  13.  
  14. -- part 1 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=60 top=92 right=296 bottom=417
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 174
  22. -- text size: 14
  23. -- style flags: 0
  24. -- line height: 14
  25. -- part name: 
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   if 2 = 8 then
  29.   end if
  30. end mouseUp
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: A000
  36. -- rect: left=265 top=251 right=295 bottom=366
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 29400 / 29400
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: ReadyMade Buttons
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   visual zoom out
  48.   go cd "See ReadyMade Btns" of stack "‚Ä¢HC 2.0-6"
  49. end mouseUp
  50.  
  51.  
  52.  
  53.  
  54. -- part 3 (button)
  55. -- low flags: 80
  56. -- high flags: 0001
  57. -- rect: left=0 top=0 right=342 bottom=512
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: screenBtn
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   hide me
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part contents for card part 1
  74. ----- text -----
  75. ‚ÄúReadymade Buttons‚Äù is a stack that comes with HyperCard. The buttons in it open other stacks, help you navigate through stacks, play sounds, hide and show pictures...
  76.  
  77. You can copy any of the buttons from this stack and paste them into your own stacks‚Äîthey carry their functions with them.
  78.  
  79. Click the ‚ÄúReadymade Buttons‚Äù option below to see the first card of this stack, and a list of the kinds of buttons it makes available to you.
  80.